/* Test area */
.top-nav .navbar-left>li>a[href="/resources"] + .dropdown-menu li:last-of-type {
  display: none;
}
/* End Test Area */

/* Core Areas */

html, body {
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif !important;
  font-size: 16px;
}

body {
  background:#cedae0;
  position: relative;
}

header {
  background: #212d3a;
}

.container {
  background: #fff;
  padding: 0px;
}

.theme-row {
  margin: 0 !important;
}

p {
  font-weight: 300;
  line-height: 1.8;
  color: #444c56;
}

.h3 {
  font-size: 24px;   
  color: #2A3642;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
}

.h5 {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #2A3642;
  font-weight: 700;
  font-size: 1em;
}

a {
  font-weight:bold;
  color: #007bbf;
}

/* End Core Areas */

/* Buttons */

.btn-default, .btn-primary {
  border-radius: 2.5px;
  color: #FFF;
  padding: 15px 31px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.btn-default {
  background:#2f75a5;
  border-color: #2f75a5;
  text-shadow: none;
  font-weight: 600;
  text-decoration: none !important;
  color: white !important;
  padding: 12px 31px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #24597d;
  color: #FFF;
  border-color: #2f75a5;
}

.btn-primary {
  background: #28ae60;
  border-color: #28ae60;
  font-weight: 600;
  text-decoration: none !important;
  color: white !important;
  border:none;
  border-radius:2px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1e8549;
  border-color: #28ae60;
}

.btn-ghost {
  font-weight: normal;
  color: #596270;
  border: 1px solid #596270;
  border-radius: 3px;   
  padding: 5px 25px;
  text-decoration: none !important;
  transition: all 0.3s;
}

.btn-ghost:hover {
  background: #596270;
  color: white;
}

.card-reader > .theme-row {
  margin: auto !important;
  max-width: 700px;
}

.card-reader {
  padding: 80px 15px;
  border-bottom: 1px solid #DDDDDD;
}

.card-reader > .theme-row .h3 {
  margin-top: 50px;
}

/* End Buttons */

/* Top Nav */

.top-nav .nav>li>a:hover, .top-nav .nav>li>a:focus, .top-nav .nav>li:hover>a, .top-nav .nav>li:focus>a {
  background: transparent;
}

ul.dropdown-menu {
  border: 0;
  box-shadow: none;
  background: #FFF;
  width: 100%;
  border-radius: 0px;
  border-bottom: 1px solid #dddddd;
}


.top-nav .dropdown-menu li {
  float: left;
  padding: 15px 0;
}

.top-nav .dropdown-menu {
  padding: 0 40px;
}

.top-nav .dropdown-menu li a {
  border-radius: 15px;
  color: #2a3642;
  padding: 5px 20px;
  margin-right: 10px;
  font-size:16px;
}

.top-nav ul.dropdown-menu > li > a:hover, .top-nav ul.dropdown-menu > li > a:focus, .top-nav ul.dropdown-menu > li > a.active {
  background-image: none !important;
  background-color: #2c76a4 !important;
  color: #FFF;
  filter: none !important;
}

.navbar-brand, .navbar-nav>li>a {
  text-shadow: none;
  font-weight: normal;
}

.navbar-left:hover>li>a {
  opacity: 0.5 !important;
  transition: all 0.3s;
}

.navbar-left>li:hover>a, .navbar-left>li.hover>a, .navbar-left>li>a:focus {
  opacity: 1 !important;
  transition: all 0.3s;
}

.off-canvas-nav-toggle {
  border: 1px solid #FFF;
  border-radius: 2.5px;
  color: #FFF;
  padding: 2px 11px;
  opacity: 0.5;
  display: inline-block !important;
}

.off-canvas-nav-toggle:hover {
  opacity: 1;
}

/* End Top Nav */

/* Header */

header > .row {
  margin-right: 0;
}

header > .row > div:first-child + div {
  padding-right: 0;
}

.acc-helper {
  position: absolute;
  top: -1000000px;
  left: -1000000px;
}

.top-nav .navbar-nav>li>a.logo-link {
  padding: 28px 0 21px;
  margin-right:22px;
  opacity:1 !important;
}
.top-nav .navbar-nav>li>a svg {
  width:175px;
  height: 29px;
}
li.search {
  position: relative;
  margin: 30px 0px 0;
}

header .nav>li>a>img {
  vertical-align: top;
}

.search input#txtRedirectSearchBox::-webkit-input-placeholder {
  color:#fff;
}

.search input#txtRedirectSearchBox:-moz-placeholder {
  color:#fff
}

.search input#txtRedirectSearchBox::-moz-placeholder {
  color:#fff;
}

.search input#txtRedirectSearchBox:-ms-input-placeholder {
  color:#fff;
}
.search input#txtRedirectSearchBox:focus::-webkit-input-placeholder {
  color:#777;
}

.search input#txtRedirectSearchBox:focus:-moz-placeholder  {
  color:#777;
}

.search input#txtRedirectSearchBox:focus::-moz-placeholder {
  color:#777;
}

.search input#txtRedirectSearchBox:focus:-ms-input-placeholder {
  color:#777;
}

.search input#txtRedirectSearchBox {
  background-color: #212d3a;
  border-radius: 2.5px;
  border: 0px;
  padding-left: 30px;
  max-width: 92px;
  float: right;
  font-size:16px;
  color:#90969D;
  transition: all 0.5s, opacity 0s;
  box-shadow:none;
}



li.search:hover input, li.search input:focus {
  opacity:1;
  transition: all 0.5s, opacity 0s;
}

.search input#txtRedirectSearchBox:focus {
  background: #FFF;
  max-width: 100%;
  transition: all 0.5s, opacity 0s;
  padding-left: 15px;
  color:#777;
  opacity:1;
}

li.search .btn, li.search .SearchGoThemeButton {
  font-size: 0px;
  background-color: transparent !important;
  border: 0px;
  box-shadow: none;
  background: url('/Shared/Themes/SparkPay2015-5-15 [Spork]/images/search2.png') center center no-repeat;
  padding: 12px;
  position: absolute;
  right: 67px;
  top: 4px;
  pointer-events: none;
  transition: right 0.5s;
  color: #212d3a !important;

}

li.search .SearchGoThemeButton.active {
  background: url('/Shared/Themes/SparkPay2015-5-15 [Spork]/images/search.png') center center no-repeat;
}

li.search .btn.active {
  left: initial;
  right: 6px;
  transition; all 0.5s;
  pointer-events: all;
}

.cap-one-logo {
  float: right;
  background: #19232C;
  height: 87px;
  width: 175px;
  margin-left: 15px;
  text-align: center;
  padding: 0 35px;
  line-height: 87px;
}

.cap-one-logo > a {
  display: inline-block;
  width: 100%;
}

.cap-one-logo > a > * {
  vertical-align: middle;
}

.cap-one-logo > a > svg {
  display: inline-block;
  height: 100%;
  max-height: 38px;
}

.cap-one-logo > a > img {
  display: none;
}

/* End Header */

/* Footer */

.footer-top {
  background-color: #212E39;
  color: white;
  padding: 80px 0;
}

.footer-top .muted {
  color: #939EA5;
  font-weight: 300;
  font-size: 15px;
}

.footer-top .h3 {
  color: white;
}

.footer-top .btn-primary {
  display: inline-block;
}

.footer-top .theme-row {
  max-width: 500px;
  margin: auto !important;
}

.footer-top .theme-row > div {
  padding: 0;
}

.footer-bottom {
  padding-top: 60px;
  padding-bottom: 0px;
}

.footer-bottom .theme-row {
  max-width: 1200px;
  margin: auto !important;
}

.nav-footer {
  margin-top: 10px;
}

.nav-footer .nav-header {
  color: #596270;
  font-weight: 600;
  font-size: 16px;
  margin-bottom:10px;
  display: block;
}

.nav-footer > ul {
  margin-top: 0;
}

.nav-footer > ul > li > a {
  color: #596270;
  font-weight: 300;
  padding: 0;
  margin: 7px 0;
  font-size: 16px;
  background-color: transparent !important;
}

.nav-footer > ul > li > a:hover {
  text-decoration:underline;
}
.footer-social-link {
  height:25px;
  width:25px;
}

.footer-social-link:hover svg path {
  fill: #878A8E;
}

.nav-footer p {
  font-size: 14px;
  margin: 7px 0;
  max-width: 160px;
}

.nav-footer .btn-footer {
  color: #596270;
  border: 1px solid #596270;
  border-radius: 3px;
  padding: 8px 25px;
  margin:6px 0;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 300;
  text-decoration: none !important;
}

.nav-footer .btn-footer:hover, .nav-footer .btn-footer.contact-us[aria-describedby] {
  color: white;
  background-color: #596270;
  text-decoration:none;
}

.nav-footer > .nav-social > li:not(.nav-header) {
  display: inline-block;
  margin: 3px 20px 3px 0;
}

/*.nav-footer.nav-social > li:not(.nav-header):nth-child(2), .nav-footer.nav-social > li:not(.nav-header):nth-child(6) {
margin-left: 0;
}*/

.footer-logo-area {
  text-align: center;
  padding-top: 30px;
}

.footer-logo-area p {
  font-size:14px;
  padding: 20px 0;
}

.footer-copy {
  padding-top: 50px;
  font-size: 14px;
  color: #596270;
  font-weight: 300;
}

footer iframe:not(.disclaimer-iframe) {
  height: 0 !important;
  visibility: hidden;
  position: absolute;
  left: -10000px;
  bottom: -100000px;
}


.disclaimer-iframe {
  margin-top: 60px;
  width: 100%;
  visibility: visible;
  border: 0;
  margin-bottom: -6px;
}

/* End Footer */

/* Home Page */

.hero {
  height: 583px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}

.hero h1, .hero h2 {
  margin: 0;
  color: white;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index:1;
}

.hero h1 {
  font-size: 70px;
}

.hero h2 {
  font-size: 20px;
}

.hero h1::after, .hero h2::after {
  content: attr(data-text);
  color: rgba(0,0,0,0);
  position:absolute;
  top:2px;
  left:0;
  right: 0;
  z-index:-1;
}

.hero .hero-img-wrapper {
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
}

.hero .hero-img-wrapper img {
  position: absolute;
  bottom: 0;
}

.hero .hero-img-wrapper .hero-iphone {
  left: 0;
  width: calc(100% * 165/750);
}

.hero .hero-img-wrapper .hero-computer {
  right: 0;
  width: calc(100% * 500/750);
}

.homepage-getstarted {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #596270;
  margin-bottom:100px;
}

.homepage-getstarted p {
  max-width: 600px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.homepage-getstarted a {
  display: inline-block;
}

.homepage-learnmore {
  text-align:center;
  margin-bottom: 80px;
}

.homepage-learnmore .learnmore-img-wrapper {
  height: 220px;
}

.homepage-learnmore .learnmore-img-wrapper img {
  margin-bottom: 30px;
  width: 360px;
}

.homepage-learnmore .h5 {
  font-weight:bold;
  color: #2A3642;
  margin-top:15px;
}

.homepage-learnmore p {
  margin-top:10px;
  margin-bottom:15px;
}

.homepage-learnmore a {
  display: inline-block;
}
.homepage-cap-one {
  background: #f7f7f7;
  padding: 80px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.homepage-cap-one img {
  width: 200px;
}

.homepage-cap-one h3 {
  font-size: 16px;   
  color: #2A3642;   
  display: block;   
  font-weight: normal;   
  margin: 0;   
  padding: 0;
  padding-top: 10px;
}

.homepage-features {
  background-color: #168EC2;
  color:  white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.homepage-features > .theme-row > div:nth-child(2n+1) {
  clear: both;
}

.homepage-features > .row > div:nth-child(2n+1) > .feature-item {
  float: right;
}

.homepage-features > .row > div:last-child > .feature-item {
  float:left;
}

.homepage-features .h3 {
  text-align: center;
  margin-bottom: 60px;
  color: white;
}

.homepage-features .feature-item .svg-wrapper {
  width: 110px;
  float: left;
  text-align:center;
}

.homepage-features .feature-item svg {
  height: 48px;
}

.homepage-features .feature-item {
  clear: both;
  max-width: 500px;
  width: 100%;
  padding-top: 15px;
  padding-bottom:15px;
}

.homepage-features .feature-item span {
  display: block;
  line-height: 48px;
  vertical-align: middle;
  float: left;
}

.homepage-bullets {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 80px;
  padding-top: 80px;
  margin-bottom: 40px;
}

.bullet {
  text-align: center;
}

.bullet svg {
  height: 50px;
}

.bullet .h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.bullet p {
  margin: 0 auto;
  max-width:375px;
}

.homepage-trustedbrands, .homepage-testimonials {
  display: none;
}

.homepage-testimonials {
  padding-top: 40px;
  padding-bottom: 80px;
}

.homepage-testimonials .theme-row {
  margin: 0 auto !important;
  padding: 0 30px;
}

.homepage-testimonials .testimonial .testimonial-img {
  border-radius: 50%;
  max-height: 110px;
  width: auto !important;
  height: auto !important;
  display: inline-block;
}

.homepage-testimonials .testimonial {
  text-align: center;
}

.homepage-testimonials .testimonial .testimonial-name {
  display: block;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  max-width: 165px;
  margin: auto;
  color: #2A3642;
}

.homepage-testimonials .testimonial p {
  font-size: 15px;
  margin: 17px auto;
  max-width: 360px;
  font-style: italic;
}

.homepage-trustedbrands .h3 {
  margin-bottom: 40px;
  margin-top: 10px;
}

.homepage-trustedbrands {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;   padding-bottom: 80px;
  margin-bottom: 40px;
}

.homepage-trustedbrands .trustedbrands-wrapper {
  vertical-align: middle;
}

.homepage-trustedbrands .trustedbrands-wrapper img {
  margin: 0 20px;
}

.homepage-successfulstore .h3 {   
  margin-bottom: 50px;
  margin-top: 10px;
  text-align: center;
}

.homepage-successfulstore {
  padding-top: 30px;
  color: #596270;
  padding-bottom: 80px;
}

.homepage-successfulstore .successfulstore-img {
  float: left;
  margin-right: 40px;
  width:165px;
}

.homepage-successfulstore .h5 {
  color: #2A3642;
  font-weight: 700;
}

.homepage-successfulstore a {
  font-weight: 700;
  color: #007bbf;
}

/* End Home Page */

/* Global Page Styles */

.page-header {
  padding:  80px 15px;
}

.page-header h1, .page-header h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-align: center;
}

.page-header h1 {
  color:  #2a3642;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 10px;
}

.page-header h2 {
  color: #596270;
  font-size: 18px;
}

.back-link {
  text-decoration: none !important;
}

.pagination {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 45px 0 0;
}

.pagination::after {
  content: '';
  display: block;
  clear: both;
}

.pagination > li {
  float: left;
  display: block;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.pagination > li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0;
}

.pagination > li:last-child {
  border-right: 1px solid #DDDDDD;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination > li > a {
  font-weight: 300;
  color: #353535;
  display: block;
  padding: 5px 12px;
  text-decoration: none !important;
}

.pagination > li:not(:last-child):not(:first-child) > span {
  color: #353535;
  display: block;
  padding: 5px 12px;    
  cursor: default;
}

.pagination > li.active, .pagination > li:not(:last-child):not(:first-child):hover {
  border-color: #3077A2;
  border-right: 1px solid #3077A2;
}

.pagination > li.active + li, .pagination > li:not(:last-child):not(:first-child):hover + li {
  border-left: 0;
}

.pagination > li.active > a, .pagination > li:not(:last-child):not(:first-child):hover > a {
  color: white;
  background-color: #3077A2;
}

.pagination > li:last-child > *, .pagination > li:first-child > * {
  font-size: 0;
  background: url('/Shared/Themes/SparkPay2015-5-15 [Spork]/images/next-inactive.png') no-repeat center;
  background-size: 10px 17px;
  padding: 5px 13px;
  display: block;
  width: 35px;
  height: 32px;
}

.pagination > li:first-child > a {
  background-image: url('/Shared/Themes/SparkPay2015-5-15 [Spork]/images/prev.png');
}

.pagination > li:first-child > span {
  background-image: url('/Shared/Themes/SparkPay2015-5-15 [Spork]/images/prev-inactive.png');
}

.pagination > li:last-child > a {
  background-image: url('/Shared/Themes/SparkPay2015-5-15 [Spork]/images/next.png');
}

.no-wrap {
  white-space: nowrap;
}

/* End GLobal Page Styles */

/* Content Page */

.hero.content-hero {
  height: auto;
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom:1px solid #e5e5e5;
}

.hero.content-hero  .theme-row {
  max-width: 1000px;
  padding: 0 15px;
  margin: auto !important;
}

.hero.content-hero  .theme-row > div {
  padding: 0;
}

.hero.content-hero h1 {
  color: #2A3642;
  text-align: left;
  max-width: 350px;
  font-size: 60px;
  line-height:70px;
  padding-top: 5px;
}

.hero.content-hero h2 {
  color: #2A3642;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom:30px;
  line-height:30px;
}

.hero.content-hero a {
  display: inline-block;
}

.preload {
  visibility: none;
  height: 0;
  width: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
}

.content-thirds > .theme-row > div {
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  height: 563px; 
}

.content-thirds > .theme-row > div:first-child + div {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.content-thirds > .theme-row > div > .inner {
  padding: 70px 40px 90px;
}

.content-third {
  text-align: center;
}

.content-third p {
  font-size: 15px;
  max-width:320px;
  margin:6px auto 8px;
}

.content-third .content-third-img-wrapper {
  height: 200px;
  line-height: 200px;
  margin-bottom: 20px;
}

div:first-child > .content-third > .content-third-img-wrapper > img {
  max-width: 180px
}

.content-third-svg-wrapper svg {   
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}

.content-halves > .theme-row > div {
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  height: 505px; 
}

.content-halves > .theme-row > div:first-child + div {
  border-left: 1px solid #E5E5E5;
}

.content-halves > .theme-row > div > .inner {
  padding: 70px 40px 90px;
}

.content-halves-alt {
  background-color: #F9F9F9;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}

.content-halves-alt > .theme-row > div {
  padding-top: 60px;
  padding-bottom: 60px;
  margin:0;
}

.content-halves-alt > .theme-row > div:first-child {
  border-right: 1px solid #DDDDDD;
}

.content-halves-alt p {
  padding: 0 10px;
  max-width: 510px;
  margin: 7px auto 0;
}

.content-halves-alt a {
  display: block;
  color: #2296c4;
}

.content-halves-alt .img-wrapper {
  height: 250px;
  line-height: 250px;
  margin-top: 50px;
}

.content-beautifulthemes {
  background-color: #1B1D1E;
  padding: 80px 0;
  overflow-x: hidden;
}

.content-beautifulthemes .h3 {
  color: #ffffff;
}

.content-beautifulthemes p {
  color: #999999;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 700px;
  margin: 10px auto 20px;
}

.content-beautifulthemes .content-beautifulthemes-img-wrapper {
  margin-left: -10002px;
  margin-right: -10000px;
}

.content-beautifulthemes .content-beautifulthemes-img-wrapper img {
  width: 1412px;
}

.content-features-thirds > .theme-row > div {
  background-color: #F9F9F9;
}

.content-features-thirds > .theme-row > div:first-child + div {
  background-color: transparent;
}

.content-features-thirds > .theme-row > div {
  padding-top: 60px;
  text-align: center;
  height: 515px;
  position: relative;
}

.content-features-thirds > .theme-row > div p {
  max-width: 425px;
  margin: 8px auto 20px;
}

.content-features-thirds a {
  color: #2296c4;
  font-weight: 600;
}

.content-features-thirds-link-row {
  padding-left: 15px;
  padding-right: 15px;
}

.content-features-thirds > .theme-row > div > .content-features-thirds-link-row > div {
  padding: 8px 5px;
}

.content-features-thirds > .theme-row > div div[class*=img-wrapper] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.content-features-thirds > .theme-row > div div[class*=img-wrapper] img {
  width: 400px;
  max-width: 100%;
}

.marketing-seo-img-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-features-thirds .h3 + div > a {
  margin-top: 13px;
  display: inline-block;
}

.content-features-thirds > .theme-row {
  border-bottom: 1px solid #DDDDDD;
}

.content-features-thirds > .theme-row > div:first-child + div {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.content-features-thirds > .theme-row .logo-row {
  padding-left: 30px;
  padding-right: 30px;
}

.content-features-thirds > .theme-row .logo-row .logo-wrapper {
  height: 110px;
  width: 100px;
  line-height: 110px;
}

.content-half {
  text-align: center;
}

.content-half p {
  font-size: 15px;
  max-width: 500px;
  margin:6px auto 8px;
}

.content-half .content-half-img-wrapper {
  height: 200px;
  line-height: 200px;
  margin-bottom: 20px;
}

div:first-child > .content-half > .content-half-img-wrapper > img {
  max-width: 180px
}

a.back-link {
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  background: #2c76a4;
  padding: 9px 15px 6px 15px;
  border-radius: 32px;
  color: #fff;
}

a.back-link svg {
  width: 15px;
  height: 16.5px;
}

a.back-link span {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}

.content-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DCDCDC;
}

.content-testimonials .theme-row {
  margin: 0 auto !important;
  padding: 0 30px;
}

.content-testimonials .testimonial .testimonial-img {
  border-radius: 50%;
  max-height: 110px;
  width: auto !important;
  height: auto !important;
  display: inline-block;
}

.content-testimonials .testimonial {
  text-align: center;
}

.content-testimonials .testimonial .testimonial-name {
  display: block;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  max-width: 165px;
  margin: auto;
  color: #2A3642;
}

.content-testimonials .testimonial p {
  font-size: 15px;
  margin: 17px auto;
  max-width: 360px;
  font-style: italic;
}

.content-brands {
  background: #168EC2;
  text-align: center;
}

.content-brands .brand-svg {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 30px 15px;
}

.content-brands .brand-svg svg {
  height: 80px;
  max-width: 100%;
}

.content-brands .h3 {
  color: white;
  padding-top:20px;
  padding-bottom: 5px;
}


.content-brands.alt {
  background: transparent;
  padding: 45px 0;
}

.content-brands.alt .brand-svg svg path {
  fill: #59626F;
}

.content-brands.alt .h3 {
  color: #2a3642;
}

.content-successfulstore .h3 {   
  margin-bottom: 50px;
  margin-top: 10px;
  text-align: center;
}

.content-successfulstore {
  padding-top: 80px;
  color: #596270;
  padding-bottom: 80px;
}

.content-successfulstore .successfulstore-img {
  float: left;
  margin-right: 40px;
  width:165px;
}

.content-successfulstore .h5 {
  color: #2A3642;
  font-weight: 700;
}

.content-successfulstore a {
  font-weight: 700;
  color: #009ED8;
}

.marketing-hero {
  padding: 0;
  height: auto;
}

.marketing-hero .theme-row {
  padding:  0 15px;
}

.marketing-hero h1 {
  color: #2a3642;
  text-align: left;
  font-size: 36px;
  margin-top: 110px;
  margin-bottom: 15px;
  font-weight: normal;
}

.marketing-hero img {
  display: block;
}

.marketing-hero p {
  margin: 0;
}

.marketing-hero .btn {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* End Content Page */

/* Checkout  */

.OnePageCheckOut .well.checkout {
  padding-left:15px;
  padding-right:15px;
  padding-bottom: 40px;
}

.checkout .col-sm-9 {
  border-right:1px solid #ddd;
}
.OnePageCheckOut h1 {
  font-size:60px;
  font-weight:300;
  color:#2A3642;
}
body.OnePageCheckOut .payment-method {
  background:#f4f4f4;
  margin-bottom:5px;
  border:1px solid #eee;
}

/* End Checkout */


.disclaimers {
  font-size: 10px;
  color: #666;
  background-color: #EEE;
  padding: 60px 120px;
  margin-top: 60px;
}

div[class*=fullscreen][class*=form] {
  max-height: 100%;   overflow-y: auto;
}

span[class*=fullscreen][class*=close] {
  top: 0 !important;
  right: 0 !important;
}

.contact-btn-list {
    list-style-type: none;
    margin: -10px -15px;
    padding: 0;
    border-radius: 4px !important;
    overflow: hidden;
}

.contact-btn-list li:first-child a {
    border-bottom: 1px solid #596270;
}

.contact-btn-list li a {
    display: block;
    padding: 6px 20px;
    font-weight: 400;
    color: #596270;
    transition: all 0.3s;
    text-decoration: none !important;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif !important;
}

.contact-btn-list li a:hover {
    background: #596270;
    color: white;
}